Common class for accessing files in all Convert programs
Copyright (C) 1993 David John Burrowes
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
The author, David John Burrowes, can be reached at:
This is the implementation file for the File class. Full documentation for this class can be found in the File.rtf file. I will not duplicate all that fine information here.
This is $Revision: 1.8 $ of this file
It was last modified by $Author: death $ on $Date: 93/04/04 23:44:26 $
Note that this file was created while using the New Century Schoolbook Roman typeface. You may find that some things line up strangely if you don't use that family.
* $Log: File.m,v $
Revision 1.8 93/04/04 23:44:26 death
Sun Apr 4 23:44:26 PDT 1993
Revision 1.7 93/01/10 15:07:54 death
Sun Jan 10 15:07:54 PST 1993
Revision 1.6 92/07/26 13:58:06 death
Update so all works with the font converter...
Revision 1.4 92/04/05 22:51:36 death
Miscelaneous revisions. This is the last version of version 1.
Revision 1.3 92/03/29 12:36:14 death
Bug in the open method. If we failed, we returned OK, if we succed, we reported failure.
Revision 1.2 92/03/29 12:29:06 death
Oops. Managed to check in the wrong version. this one has the code reflecting the new location of the init methods